Hi,
we have multiple services with prefix AB (Around 40) and for all of them i would like to create maintenance window. For obvious reason i don’t want to select each service from dropdown menu every time. Is there way ho to do it? Possibly by some regex? Or by repeat of some window?
Create multi-service maintenance window using regex for service
Have you considered automating this via our API and a script? https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE1OA-create-a-maintenance-window
You could pass in a standard maintenance window timeframe and apply that to multiple services at once using the API.